home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / Infotenimiento / Nettwerk - Decadence / Decadence Lite SOURCES / 2PAPA.Dxr / 00092.ls < prev    next >
Encoding:
Text File  |  1996-04-10  |  266 b   |  16 lines

  1. on enterFrame
  2.   set the visible of sprite 46 to 0
  3.   set the visible of sprite 48 to 0
  4.   set the visible of sprite 47 to 0
  5.   set the visible of sprite 45 to 0
  6.   if rollOver(2) then
  7.     cursor([66])
  8.   else
  9.     cursor(-1)
  10.   end if
  11. end
  12.  
  13. on exitFrame
  14.   go(the frame)
  15. end
  16.